Oracle Exadata Recipes by John Clarke
Author:John Clarke
Language: eng
Format: epub, pdf
ISBN: 9781430249146
Publisher: Apress
[root@cm01cel01 ∼]# cat /etc/resolv.conf
# Search domain and name server
search centroid.com
nameserver 11.11.1.250
Next, validate that your services are up by running the following command while logged in as root: [root@cm01cel01 ∼]# service celld status
rsStatus: running
msStatus: running
cellsrvStatus: running
[root@cm01cel01 ∼]#
Changing Compute Node Ethernet Networking
Each database server will need to be modified separately and manually.
1. First, log in as root on a compute node and use ipcalc to calculate the broadcast and network information for your new administration, client access, and additional networks:
[root@cm01dbm01 ∼]# ipcalc -bnm 10.16.1.10 255.255.255.0
NETMASK=255.255.255.0
BROADCAST=10.16.1.255
NETWORK=10.16.1.0
[root@cm01dbm01 ∼]# ipcalc -bnm 10.16.10.10 255.255.255.0
NETMASK=255.255.255.0
BROADCAST=10.16.10.255
NETWORK=10.16.10.0
[root@cm01dbm01 ∼]# ipcalc -bnm 10.16.20.10 255.255.255.0
NETMASK=255.255.255.0
BROADCAST=10.16.20.255
NETWORK=10.16.20.0
[root@cm01dbm01 ∼]#
2. With this information, you now need to manually edit the following files in /etc/sysconfig/network-scripts on each compute node and set the desired value for IPADDR, NETMASK, NETWORK, BROADCAST, and GATEWAY:
/etc/sysconfig/network-scripts/ifcfg-bondeth0
/etc/sysconfig/network-scripts/ifcfg-eth0
/etc/sysconfig/network-scripts/ifcfg-eth3
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Linux Device Driver Development Cookbook by Rodolfo Giometti(3935)
Embedded Programming with Modern C++ Cookbook by Igor Viarheichyk(3620)
Implementing Cellular IoT Solutions for Digital Transformation by Dennis McCain(3554)
Embedded Linux Development Using Yocto Project - Third Edition by Otavio Salvador & Daiane Angolini(3386)
TinyML Cookbook by Gian Marco Iodice(3323)
Simplifying 3D Printing with OpenSCAD by Colin Dow(2843)
TinyML Cookbook by Gian Marco Iodice & Ronan Naughton(2604)
Fusion 360 for Makers by Lydia Sloan Cline(2220)
Networking A Beginner's Guide by Bruce Hallberg(2210)
Hands-On Linux for Architects by Denis Salamanca(2051)
But How Do It Know? by J. Clark Scott(2031)
Computers For Seniors For Dummies by Nancy C. Muir(1997)
Raspberry Pi and MQTT Essentials by Dhairya Parikh(1953)
Arduino Project Handbook, Volume 2: 25 Simple Electronics Projects for Beginners by Geddes Mark(1947)
9781803246888-ENHANCING DEEP LEARNING WITH BAYESIAN INFERENCE by Unknown(1902)
Hack and HHVM by Owen Yamauchi(1884)
31 Days Before Your CompTIA A+ Exams (Shanette Luellen's Library) by Benjamin Patrick Conry(1861)
MicroPython Projects by Jacob Beningo(1736)
Hands-On Internet of Things with MQTT by Tim Pulver(1708)
